home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / apl / apltex_.com / RSB.MAK < prev    next >
Encoding:
Text File  |  1989-06-03  |  177 b   |  10 lines

  1. # RSB.MAK - Makefile for RSB.EXE
  2. rsb.obj:   rsb.asm
  3.      masm rsb.asm;
  4.  
  5. rsbc.obj:      rsbc.c
  6.      cl -c -Gs rsbc.c
  7.  
  8. rsb.exe:   rsb.obj rsbc.obj
  9.      link $**  ,,NUL;
  10.